home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / CARTAS / CARIBBEAN_POKER.SWF / scripts / DefineButton2_182 / BUTTONCONDACTION on(release)_2.as next >
Text File  |  2002-05-07  |  667b  |  47 lines

  1. on(release){
  2.    tellTarget("card1")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6.    tellTarget("card2")
  7.    {
  8.       gotoAndStop(1);
  9.    }
  10.    tellTarget("card3")
  11.    {
  12.       gotoAndStop(1);
  13.    }
  14.    tellTarget("card4")
  15.    {
  16.       gotoAndStop(1);
  17.    }
  18.    tellTarget("card5")
  19.    {
  20.       gotoAndStop(1);
  21.    }
  22.    tellTarget("card6")
  23.    {
  24.       gotoAndStop(1);
  25.    }
  26.    tellTarget("card7")
  27.    {
  28.       gotoAndStop(1);
  29.    }
  30.    tellTarget("card8")
  31.    {
  32.       gotoAndStop(1);
  33.    }
  34.    tellTarget("card9")
  35.    {
  36.       gotoAndStop(1);
  37.    }
  38.    tellTarget("card10")
  39.    {
  40.       gotoAndStop(1);
  41.    }
  42.    tellTarget("hider")
  43.    {
  44.       gotoAndStop(1);
  45.    }
  46. }
  47.